
#define MIDISupport_InstallDriver       0x4ee80
#define MIDISupport_RemoveDriver        0x4ee81
#define MIDISupport_Connect             0x4ee86
#define MIDISupport_ConnectName         0x4ee87


#define MIDISUPPORT_CAN_TX              1
#define MIDISUPPORT_CAN_RX              2
#define MIDISUPPORT_BUFFERED            4
#define MIDISUPPORT_CAN_RX_COMMANDS     8


int midisupport_init(void *private);
int midisupport_kill(void *private);
